You are trying to send a 130KB event from Event Hub to Event Grid. Which of the following statements are true:
Event is covered by the Service Level Agreement (SLA)
Event contains lastTimeModified property
lastTimeModified
Event contains Capture file URL property
You'll receive 413 Payload Too Large error
413 Payload Too Large
You be charged for 3 separate events
Only events up to 64KB are covered by SLA. lastTimeModified is a property for Azure Storage. 413 Payload Too Large happens only for events over 1MB. Math.roof(130 / 64) = 3